* {
  padding: 0px;
  margin: 0px;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #262626;
}
a:hover {
  color: #314995;
}
a.active {
  color: #314995;
}
.header {
  width: 100%;
  min-width: 1200px;
  background-color: #ffffff;
}
.header .header-container {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header .header-container .headPage {
  z-index: 800;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: rgba(232, 232, 232, 0.3);
}
.header .header-container .headPage .headContent {
  margin: 0 auto;
  width: 1156px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.header .header-container .headPage .headContent .loading {
  position: relative;
  width: 127px;
  height: 46px;
}
.header .header-container .headPage .headContent .headList {
    height: 100px;
  width: 890px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.header .header-container .headPage .headContent .headList li {
  width: 12.5%;
  text-align: center;
  height: 60px;
  cursor: pointer;
}
.header .header-container .headPage .headContent .headList li p {
  display: inline-block;
  height: 40px;
  font-size: 16px;
  font-family: HelveticaNeue-Medium, HelveticaNeue;
  font-weight: 500;
  color: black;
  padding-top: 10px;
  line-height: 40px;
}
.header .header-container .headPage .headContent .headList li .selectedLine {
  border-bottom: 2px solid #A4FF24;
}
.branch-detail-banner {
  height: 674px;
  width: 100%;
  background-size: cover;
  background: url(../img/bg/news_banner.jpg) no-repeat center center;
}
.branch-banner {
  height: 674px;
  width: 100%;
  background-size: cover;
}
.branch-banner.netcafe {
  background: url(../img/bg/netcafe_banner.jpg) no-repeat center center;
}
.branch-banner.hotel {
  background: url(../img/bg/hotel_banner.jpg) no-repeat center center;
}
.branch-banner .center {
  width: 1156px;
  height: 720px;
  margin: 0 auto;
}
.branch-banner .center .form-group {
  height: 48px;
  border-left: 1px solid #D8D8D8;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  background: white;
}
.branch-banner .center .form-group input {
  outline: none;
}
.branch-banner .center .form-group .form-control {
  width: 200px;
  height: 44px;
  line-height: 44px;
}
.branch-banner .center .form-group .city-picker-span {
  min-width: 200px;
  padding-left: 5px;
  padding-right: 20px;
}
.branch-banner .center .form-group .city-select-content {
  box-sizing: border-box;
}
.branch-banner .center .headTitle {
  font-size: 42px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 60px;
  padding-top: 20px;
  padding-bottom: 40px;
}
.branch-banner .center .subHead {
  padding-bottom: 50px;
  font-size: 20px;
  width: 700px;
  font-family: HelveticaNeue;
  color: #ffffff;
  line-height: 32px;
}
.branch-banner .center .subHead:nth-of-type(1) {
  padding-top: 150px;
}
.branch-banner .center .seek {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.branch-banner .center .seek .enterAddress {
  padding-left: 20px;
  width: 400px;
  height: 50px;
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333;
  /* 使用webkit内核的浏览器 */
  /* Firefox版本4-18 */
  /* Firefox版本19+ */
  /* IE浏览器 */
}
.branch-banner .center .seek .enterAddress::-webkit-input-placeholder {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.branch-banner .center .seek .enterAddress:-moz-placeholder {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.branch-banner .center .seek .enterAddress::-moz-placeholder {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.branch-banner .center .seek .enterAddress:-ms-input-placeholder {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.branch-banner .center .seek .lookFor {
  cursor: pointer;
  border: 0;
  width: 143px;
  height: 50px;
  background: #acff36;
  font-size: 18px;
  font-weight: 500;
}
.branch-banner .center .seek .map {
  cursor: pointer;
  margin-left: 20px;
  border: 0;
  font-weight: 500;
  font-size: 18px;
  width: 143px;
  height: 50px;
  background: #ffffff;
}
.footer {
  width: 100%;
  min-width: 1200px;
  background-color: #444444;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .footPage {
  background: #222222;
  width: 100%;
}
.footer .footPage .footTop {
  height: 90px;
  border-bottom: 2px solid #444444;
}
.footer .footPage .footTop .footTopConter {
  width: 1156px;
  height: 90px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footPage .footTop .footTopConter ul {
  width: 720px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footPage .footTop .footTopConter ul li {
  font-size: 16px;
  font-family: HelveticaNeue;
  line-height: 18px;
  cursor: pointer;
}
.footer .footPage .footTop .footTopConter ul li a {
  color: #999999;
}
.footer .footPage .footTop .footTopConter ul div img {
  width: 21px;
  height: 18px;
}
.footer .footPage .footTop .footTopConter ul div img:last-child {
  padding-left: 36px;
}
.footer .footPage .footTop .footTopConter .top-right a {
  position: relative;
}
.footer .footPage .footTop .footTopConter .top-right a img:hover {
  cursor: pointer;
}
.footer .footPage .footTop .footTopConter .top-right a .xw_weixin {
  position: absolute;
  bottom: 23px;
  left: -95px;
  display: none;
  width: 200px;
  height: 200px;
  z-index: 999999999;
}
.footer .footPage .footTop .footTopConter .top-right a .xw_weixin img {
  width: 200px;
  height: 200px;
}
.footer .footPage .footCentre {
  border-bottom: 2px solid #444444;
  padding: 35px 0;
}
.footer .footPage .footCentre .footCentreConter {
  width: 1156px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footPage .footCentre .footCentreConter .footConnection .title {
  font-size: 16px;
  font-family: HelveticaNeue-Bold, HelveticaNeue;
  font-weight: bold;
  color: #999999;
  line-height: 19px;
  padding-top: 0;
  padding-bottom: 20px;
}
.footer .footPage .footCentre .footCentreConter .footConnection p {
  padding-top: 14px;
  font-size: 14px;
  font-family: HelveticaNeue;
  color: #999999;
  line-height: 16px;
}
.footer .footPage .footCentre .footCentreConter .footTencent {
  padding-left: 160px;
  border-left: 2px solid #444;
}
.footer .footPage .footCentre .footCentreConter .footTencent .title {
  font-size: 16px;
  font-family: HelveticaNeue-Bold, HelveticaNeue;
  font-weight: bold;
  color: #999999;
  line-height: 19px;
  padding-bottom: 21px;
  text-align: center;
}
.footer .footPage .footCentre .footCentreConter .footTencent .footQR {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footPage .footCentre .footCentreConter .footTencent .footQR div:last-child {
  padding-left: 31px;
}
.footer .footPage .footCentre .footCentreConter .footTencent .footQR div img {
  width: 131px;
  height: 131px;
}
.footer .footPage .footCentre .footCentreConter .footTencent .footQR div p {
  padding-top: 12px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  text-align: center;
}
.footer .footPage .footBottom {
  width: 1156px;
  height: 105px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.footer .footPage .footBottom img {
  width: auto;
  height: 50px;
  margin-top: -10px;
  margin-left: -10px;
}
.footer .footPage .footBottom p {
  font-size: 14px;
  font-family: HelveticaNeue;
  color: #999999;
  line-height: 16px;
}
.footer .footPage .footBottom p a {
  color: #999999;
}
.pagination {
  margin: 30px auto;
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  color: #8392bf;
  font-size: 14px;
  font-family: PingFangSC-Medium;
}
.pagination .no-data {
  font-size: 16px;
  text-align: center;
  color: #8c8c8c;
}
.pagination .paginationList {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  list-style: none;
  align-items: center;
}
.pagination .paginationList .page-item {
  height: 32px;
  line-height: 32px;
  padding: 8px  16px;
  margin-right: 6px;
  background-color: #f2f2f2;
  border-radius: 4px;
}
.pagination .paginationList li.current a {
  height: 32px;
  line-height: 32px;
  padding: 8px 16px;
  margin-right: 6px;
  background-color: #f2f2f2;
  border-radius: 4px;
  color: #ffffff;
  background-color: #8392bf;
}
.pagination .paginationList li.current a.page-num-current {
  background-color: #ccc;
  color: #8392bf;
}
.news-page-list {
  margin: 0px auto;
  width: 1200px;
  padding-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.news-page-list .item {
  width: 385px;
  height: 220px;
  margin-right: 9px;
  margin-top: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}
.news-page-list .item:nth-of-type(3n+1) {
  margin-left: 8px;
}
.news-page-list .item .date-time {
  position: absolute;
  width: 66px;
  height: 66px;
  top: -30px;
  right: 30px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #023894;
  color: #ffffff;
  font-size: 14px;
  line-height: 25px;
  font-family: PingFangSC-Regular;
}
.news-page-list .item .date-time .day {
  margin-top: 6px;
  line-height: 35px;
  font-family: PingFangSC-Medium;
  font-size: 26px;
}
.news-page-list .item .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.news-page-list .item .content .title {
  padding: 0px 20px;
  width: 320px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 18px;
  line-height: 45px;
  color: #333333;
  font-size: 18px;
  font-family: PingFangSC-Medium;
}
.news-page-list .item .content .description {
  height: 75px;
  padding: 0px 20px;
  color: #8c8c8c;
  font-size: 14px;
  line-height: 25px;
  font-family: PingFangSC-Regular;
  overflow: hidden;
}
.news-page-list .item .content .detail-link {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  border-top: 1px solid #e5e5e5;
  line-height: 78px;
  color: #595959;
  font-size: 14px;
  text-align: right;
  font-family: PingFangSC-Regular;
}
